type github.com/golang/mock/gomock.notMatcher

5 uses

	github.com/golang/mock/gomock (current package)
		matchers.go#L147: type notMatcher struct {
		matchers.go#L151: func (n notMatcher) Matches(x interface{}) bool {
		matchers.go#L155: func (n notMatcher) String() string {
		matchers.go#L312: 		return notMatcher{m}
		matchers.go#L314: 	return notMatcher{Eq(x)}